Click or drag to resize

Status Constructor (BasicStatus, XmlNodeCollection)

Initializes a new instance of the Status class with the specified BasicStatus and extension elements.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Status(
	BasicStatus basic,
	XmlNodeCollection extension
)

Parameters

basic
Type: Independentsoft.Sip.PresenceBasicStatus
extension
Type: Independentsoft.Sip.PresenceXmlNodeCollection
See Also